TreeDiagramOrientationType

Defines the options for relationship diagram link.
 

Example

The following is an example of how to reference the TreeDiagramOrientationType object:

	// The full path is required.
	dundas.controls.TreeDiagramOrientationType.HORIZONTAL
	

 

Properties

 
  Name Description
  HORIZONTAL Draws tree nodes left to right.
  VERTICAL Draws tree nodes top to bottom.